Spread Windows Forms 12.0 Product Documentation
Current Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ListBase.Enumerator<T> Structure : Current Property
Gets the element at the current position of the enumerator.
Syntax
'Declaration
 
Public ReadOnly Property Current As T
'Usage
 
Dim instance As ListBase.Enumerator(Of T)
Dim value As T
 
value = instance.Current
public T Current {get;}
See Also

Reference

ListBase.Enumerator<T> Structure
ListBase.Enumerator<T> Members